ModelingColumn
Definition of a table column in the model.
API Section: Objects
Type: Object
Properties
Name |
Description |
Required |
Type |
Format |
---|---|---|---|---|
|
The column's system ID |
- |
string |
uuid |
|
The column's display name |
- |
string |
|
|
The column's description |
- |
string |
|
|
The column's data format |
- |
string |
|
|
The column's unique identifier, used in relationships, hierarchies and measures |
- |
string |
|
|
Unique identifier of the table that contains this column |
- |
string |
|
|
The column's name in the database |
- |
string |
|
|
The column's data type |
- | ||
|
Column type |
- | ||
|
Unique identifier of the default column to sort by when the user sorts by this column |
- |
string |
|
|
Is the default sorting descending |
- |
boolean |
|
|
Size of the source column type (string length or decimal precision) |
- |
integer |
int32 |
|
Scale of the source column type (if decimal) |
- |
integer |
int32 |
|
Is the column displayed in the |
- |
boolean |
|
|
Is this a column used in the security panel |
- |
boolean |
|
|
Is column for publication distribution |
- |
boolean |
|
|
How should masked values be displayed |
- | ||
|
Is column for experiment unique identifier |
- |
boolean |
|
|
Column's display folder name |
- |
string |
|
|
Is this column indexed in the source database |
- |
boolean |
|
|
Index of this column in the table, start at 0 |
- |
integer |
int32 |
|
Boolean indicating if this column has multi-measures |
- |
boolean |
|
|
Can this column be aggregated |
- |
boolean |
|
|
Predefined category of this column (time intelligence part, location part, etc) |
- | ||
|
User defined category of this column |
- |
string |
|
|
Unique identifier of the key column for this column |
- |
string |
|
|
Does this column has a default member |
- |
boolean |
|
|
Is this a unicode string (nvarchar, nchar, nclob, etc) |
- |
boolean |